Document the change.

Darren Cauthon 9 years ago
parent
commit
0d40119737
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/models/agents/webhook_agent.rb

+ 3 - 0
app/models/agents/webhook_agent.rb

@@ -20,6 +20,9 @@ module Agents
20 20
         * `payload_path` - JSONPath of the attribute in the POST body to be
21 21
           used as the Event payload.  If `payload_path` points to an array,
22 22
           Events will be created for each element.
23
+        * `verbs` - Comma-separated list of http verbs your agent will accept.
24
+          For example, "post;get" will enable POST and GET requests. Defaults
25
+          to "post".
23 26
       MD
24 27
     end
25 28